func golang.org/x/net/internal/httpsfv.consumeByteSequence
3 uses
golang.org/x/net/internal/httpsfv (current package)
httpsfv.go#L470: func consumeByteSequence(s string) (consumed, rest string, ok bool) {
httpsfv.go#L493: if _, rest, ok := consumeByteSequence(s); !ok || rest != "" {
httpsfv.go#L655: return consumeByteSequence(s)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)